home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000010_news@columbia.edu_Fri Dec 23 14:06:43 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05604
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 23 Dec 1994 09:04:53 -0500
  3. Received: by apakabar.cc.columbia.edu id AA10217
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 23 Dec 1994 09:04:45 -0500
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!gatech!news.Gsu.EDU!usenet
  6. From: Tom Bowden <isgtmb@gsusgi2.gsu.edu>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: ?Improve 20% efficient Kermit xfers?
  9. Date: 23 Dec 1994 14:06:43 GMT
  10. Organization: Georgia State University
  11. Lines: 28
  12. Message-Id: <3delhj$8e9@sphinx.Gsu.EDU>
  13. References: <3dds2v$k4p@balsam.unca.edu>
  14. Nntp-Posting-Host: isgtmb.gsu.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. handmade@cs.unca.edu (Hand Made in America) wrote:
  18. >
  19. > C-Kermit on the university end.  PC (old Compaq 386/16) running ProComm 
  20. > Plus, which includes something called "Super Kermit," on my off-campus 
  21. > end.  The modem is a Best Data Products "Smart One" 1442F internal Hayes 
  22. > clone faxmodem.
  23. [stuff deleted] 
  24. > The STATISTICS command shows that I'm passing back a 90-byte packet for 
  25. > each one I receive.  Is this the fastest way to do Kermit?
  26. > Given the primativeness of the "Super Kermit" on my end, what can anyone 
  27. > suggest to increase efficiency?
  28. Use longer packets.  In PCPLUS, go into setup (alt-s), then Protocols,
  29. then Kermit (this may vary depending on which version you have).
  30. The default packet length is 94.  Change it to 1024.
  31.  
  32. At the unversity end, edit your .kermrc (or ckermit.ini) file so that
  33. it includes the lines:
  34.   set send packet-length 1024
  35.   set receive packet-length 1024
  36.   set window 3
  37.  
  38. Hope this helps.
  39.  
  40. Tom in Atlanta